home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
J-Mac Electronics & Home Comics
/
J-Mac Electronics & Home Comics.iso
/
mac
/
J-MAC
/
G35F
/
G35_NANI.Dxr
/
00091_ÉCÉâÉXÉgÇÃÉXÉNÉçÅ[ÉãÉ{É^ÉìÇÃì¸ÇÍë÷Ƕ.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-01-22
|
482 b
|
22 lines
on pushbutton2
global ga, cno
repeat while stillDown()
if rollOver(clickOn()) then
case ga of
"D":
set cname to "scrld"
set the memberNum of sprite 25 to 41
testd()
"U":
set cname to "scrlu"
set the memberNum of sprite 27 to 43
testu()
end case
else
set the memberNum of sprite 25 to 40
set the memberNum of sprite 27 to 42
end if
updateStage()
end repeat
end